home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000478_news@columbia.edu _Wed Aug 23 13:07:12 2000.msg < prev   
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA17090
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 23 Aug 2000 13:07:12 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA05469
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 23 Aug 2000 13:07:11 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA25466
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 23 Aug 2000 13:00:38 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: HTTP
  14. Date: 23 Aug 2000 17:00:37 GMT
  15. Organization: Columbia University
  16. Message-ID: <8o0vvl$orn$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <01f5qsgccti9ardjhepet6ge16ilip44st@4ax.com>,
  20. Michael Sundermann  <michael.sundermann@acm.org> wrote:
  21. : Hi,
  22. : 1. start k95.exe
  23. : 2.  SET HOST /CONNECT 192.168.1.2:80
  24. : 3.  blue window appears
  25. :      status line is: 
  26. :      VT320 Help: Atl-H Prompt:Alt-X 192.168.1.2:80   TCP/IP
  27. : 4. I am not able to type anything for example: GET /
  28.  
  29. You are typing but you can't see anything because a web server does not 
  30. echo.
  31.  
  32. : 5. I press ALT-X
  33. : 6. set terminal echo on
  34. : 7. connect
  35. : 8. now I can type: GET /
  36. : 9. pressing RETURN-KEY (cursor goes back on G), but  nothing happens
  37. :    (I would  expect to see the output)
  38. : What do I make  wrong ?
  39.  
  40. "GET /" is not a valid HTTP command.  You need to specify the HTTP version
  41.  
  42. Is there some reason you are not using the HTTP commands built into
  43. Kermit's script language?
  44.  
  45.   set host 192.168.1.2 http
  46.   if success http get / 
  47.  
  48.  
  49.  
  50.                   Jeffrey Altman * Sr.Software Designer
  51.                  The Kermit Project * Columbia University
  52.                612 West 115th St * New York, NY * 10025 * USA
  53.      http://www.kermit-project.org/ * kermit-support@kermit-project.org